You are here: Trading System Programming > Reference > Classes > Debug > Debug Methods > writeLine

writeLine

The writeLine method prints a string to ActiveTick's Debug Console. This method is typically used for communicating messages from JavaScript to ActiveTick.

 

Syntax

writeLine(stringValue);

 

Parameters

stringValue

String value used to output into ActiveTick's Debug Console.

Remarks

To view debugging information, select JScript Console Window option from the Tools menu:

Example

The following code prints "Hello world" to ActiveTick's Debug Console.

 

Debug.writeLine("Hello World");

 

 


Copyright © 2006-2009 ActiveTick LLC